Man command surprisingly accepts arguments ``git diff``
        Posted  
        
            by artistoex
        on Super User
        
        See other posts from Super User
        
            or by artistoex
        
        
        
        Published on 2010-05-21T17:05:21Z
        Indexed on 
            2010/05/21
            17:11 UTC
        
        
        Read the original article
        Hit count: 217
        
ubuntu
Today, I accidentally typed man git diff which should give no results, as it should, according to the manual, be interpretated as page diff in section git. However, page git-diff(1) is actually shown.  How can that be? (Using man 2.5.7 as included in Ubuntu Lucid)
© Super User or respective owner